Bug 562863 - GtkVscrollbar is hardly documented
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 25 Mar 2009 20:21:30 +0000 (20:21 +0000)
committerPaul Bolle <pebolle@src.gnome.org>
Wed, 25 Mar 2009 20:21:30 +0000 (20:21 +0000)
2009-03-25   Paul Bolle <pebolle@tiscali.nl>

Bug 562863 - GtkVscrollbar is hardly documented

* gtk/tmpl/gtkvscrollbar.sgml:
* gtk/tmpl/gtkhscrollbar.sgml: Minor tweaks.

svn path=/trunk/; revision=22587

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkhscrollbar.sgml
docs/reference/gtk/tmpl/gtkvscrollbar.sgml

index 18bbf014f6e070cfa35d508202b729914e1eb3ae..f677e6e77c794e1a4fd35c9e66df04400eaebe6f 100644 (file)
@@ -1,3 +1,10 @@
+2009-03-25   Paul Bolle <pebolle@tiscali.nl>
+
+       Bug 562863 - GtkVscrollbar is hardly documented
+
+       * gtk/tmpl/gtkvscrollbar.sgml:
+       * gtk/tmpl/gtkhscrollbar.sgml: Minor tweaks.
+
 2009-03-24  Matthias Clasen  <mclasen@redhat.com>
 
        Bug 576150 – Doc bug for GtkMenuPositionFunc
index 267675d40236608e43273d87d8eefb0854f0579e..574e851fa2e2e11ca0ef64955bf92f34c0f8ebe3 100644 (file)
@@ -11,7 +11,8 @@ The #GtkHScrollbar widget is a widget arranged horizontally creating a
 scrollbar. See #GtkScrollbar for details on
 scrollbars. #GtkAdjustment pointers may be added to handle the
 adjustment of the scrollbar or it may be left %NULL in which case one
-will be created for you. See #GtkAdjustment for details.
+will be created for you. See #GtkScrollbar for a description of what the
+fields in an adjustment represent for a scrollbar.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
index 44ce1ec49d7d5078b4c5a93cd3837fde8b78f168..84efad5e6b9040b8be9b3f180ed45a4647802041 100644 (file)
@@ -6,11 +6,12 @@ A vertical scrollbar
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-The #GtkVScrollbar widget is a widget arranged verticall creating a
+The #GtkVScrollbar widget is a widget arranged vertically creating a
 scrollbar. See #GtkScrollbar for details on
 scrollbars. #GtkAdjustment pointers may be added to handle the
 adjustment of the scrollbar or it may be left %NULL in which case one
-will be created for you. See #GtkAdjustment for details.
+will be created for you. See #GtkScrollbar for a description of what the
+fields in an adjustment represent for a scrollbar.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->